home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / networking / mail / f_rmail_v1.lha / RMail.doc next >
Encoding:
Text File  |  1995-01-17  |  2.4 KB  |  75 lines

  1.         · Faroul's RMail V1.0 ·
  2.     
  3.     © Copyright 1995 by Henning Peters
  4.  
  5. DESCRIPTION
  6.  This version of RMail handles return-receipts when receiving mails.
  7.  It scans through the mail for the keywords "Return-Receipt-To:" and
  8.  "Subject:" saving the text right after it.
  9.  Then it reads a file "UULIB:Return-Receipt" which might contain some
  10.  specials to include the subject of the message, the username, realname
  11.  and hostname of the local machine and the date.
  12.  The complete incoming file is stored into the user's mailbox.
  13.  
  14. USAGE
  15.  Just copy the executable RMail to UUCP:c (or where your UUCP-installation
  16.  looks for executables).
  17.  
  18. REQUIREMENTS
  19.  RMail should run on any AMIGA. It uses "UUCPC:sendmail" to send out the
  20.  return-receipt.
  21.  
  22.  On startup, RMail reads the environments USERNAME, REALNAME and HOSTNAME.
  23.  USERNAME is used to determine the user's mailbox-file ("UUMAIL:$USERNAME"),
  24.  the other ones can be used in the file "UULIB:Return-Receipt" (and needn't
  25.  to be set). This file may contain the following specials:
  26.  
  27.     $S    The subject of the incoming mail
  28.     $D    The actual date and time in format "Mon Jan 16 23:28:28 1995"
  29.     $U    The local user's username
  30.     $R    The local user's realname
  31.     $H    The local machine's hostname
  32.  
  33.  Example:
  34.  
  35.     Your mail about `$S' was read
  36.     from $U ($R) at $D.
  37.  
  38.  If the file "UULIB:Return-Receipt" does not exists, the line
  39.  
  40.     Your message about `<subject>' was received.
  41.  
  42.  will be used.
  43.  
  44.  The file "UULIB:.signature" will be appended if existant.
  45.  
  46. DISCLAIMER
  47.  I tried to make this program bug-free, but nobody is perfect! So use at
  48.  your own risk! There's no implicite or explicite warranty of anything which
  49.  happens to your computer, any stored data or yourself in context with this
  50.  program.
  51.  (And excuse my bad english ;)
  52.  
  53. MISCELLANEOUS
  54.  RMail is Public-Domain, but the © Copyright remains by me. You are
  55.  allowed to copy the archive for your friends, upload it to any BBS's or other
  56.  electronic medias (ie FTP-Sites), as long as all files are included and
  57.  remain unchanged and no money is taken for this service.
  58.  Archive-Contents:
  59.  
  60.     RMail        the executable    (12640 bytes)
  61.     RMail.doc    this file    ( 2436 bytes)
  62.     RMail.dok    german docs    ( 2701 bytes)
  63.  
  64.  For bug-reports, questions and suggestions, send e-mail to
  65.  
  66.     faroul@beyond.north.de
  67.  
  68.  Snail-mail:
  69.  
  70.     Henning Peters, Donandtstr. 26, 28209 Bremen, Germany
  71.  
  72.  
  73.         Faroul
  74.  
  75.